Signed Property (Message Object)
The Signed
property is TRUE if the message has been tagged with a digital signature.
Read/write.
Syntax
objMessage.Signed
Data Type
Boolean
Remarks
The Signed
property is dependent upon the message store provider. The OLE Messaging Library
does not actually encrypt or digitally sign the message.
The Signed
property corresponds to the SECURITY_SIGNED flag of the MAPI property
PR_SECURITY.
See Also
Securing
Messages